<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*// defult*/
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
caption,
td,
th {
  font-size: 14px;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;

}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
}

li,
ol,
ul {
  list-style: none;
  font-size: inherit;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: "Microsoft YaHei";
  font-size: inherit;
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}


textarea {
  resize: none;
}
</pre></body></html>